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

Method SetImportPath

NULLC/BinaryCache.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void BinaryCache::SetImportPath(const char* path)
14{
15 importPath = path;
16}
17
18const char* BinaryCache::GetImportPath()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected