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

Function ImportSeparator

Colorer.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 importName.assign(s, e);
250 }
251 void ImportSeparator(char const* s, char const* e)
252 {
253 (void)s; (void)e; // C4100
254 importPath.append(1, '/');
255 importName.append(1, '.');
256 }
257 void ImportName(char const* s, char const* e)
258 {
259 importPath.append(s, e);

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected