MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / arg

Method arg

src/simulate/simulate_print.cpp:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 ss << "#" << stackTop;
84 }
85 virtual void arg ( Func fun, const char * mangledName, const char * argN ) override {
86 SimVisitor::arg(fun, mangledName, argN);
87 // hash
88 write(mangledName);
89 write(argN);
90 // regular print
91 crlf();
92 ss << "@@" << mangledName;
93 }
94 virtual void arg ( Func fun, uint32_t mangledNameHash, const char * argN ) override {
95 SimVisitor::arg(fun, mangledNameHash, argN);
96 // hash

Callers 15

visitMethod · 0.45
visitCallMethod · 0.45
visitMethod · 0.45
visitLabelsMethod · 0.45
visitForMethod · 0.45
visitMethod · 0.45
Module_StringsMethod · 0.45
registerAnnotations3Method · 0.45
addArrayTypesMethod · 0.45
Module_DebuggerMethod · 0.45
addFunctionTrigFunction · 0.45
addFunctionCommonTypedFunction · 0.45

Calls 3

escapeStringFunction · 0.85
argFunction · 0.50
writeFunction · 0.50

Tested by

no test coverage detected