INNER CODE UNIT · C

filename

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

					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;
	build->fs = fs;
	build->old_artifacts = artifacts;
	build->targets = vector_new(sizeof(target_t*));

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…