INNER CODE UNIT · C

num_artifacts

spheredev/neosphere · src/cell/build.c:287

				num_artifacts = jsal_get_length(-1);
				for (i = 0; i < num_artifacts; ++i) {
					jsal_get_prop_index(-1, i);
					filename = strdup(jsal_to_string(-1));
					vector_push(artifacts, &filename);
					jsal_pop(1);
				}
			}
			jsal_pop(1);
		}
		jsal_pop(1);
	}

	visor_end_op(visor);

	s_build = build;

	build->visor = visor;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…