MCPcopy Create free account
hub / github.com/WheretIB/nullc / ImportName

Function ImportName

Colorer.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 importName.append(1, '.');
256 }
257 void ImportName(char const* s, char const* e)
258 {
259 importPath.append(s, e);
260 importName.append(s, e);
261 }
262 char *moduleSource = NULL;
263 unsigned moduleSourceSize = 0;
264 ByteCode* BuildModule(const char* name)

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected