MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getEnd

Method getEnd

valdi_core/src/valdi_core/cpp/Utils/Parser.hpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 const T* getEnd() const {
49 return _end;
50 }
51
52 void setEnd(const T* end) {
53 _end = end;

Callers 10

replaceMethod · 0.80
templateFunctionStrFunction · 0.80
findNodeFunction · 0.80
parseFunctionTypeFunction · 0.80
parsePropertyLikeFunction · 0.80
dumpInterfaceFunction · 0.80
dumpFunctionFunction · 0.80
dumpVariableFunction · 0.80
dumpEnumFunction · 0.80
uniqueNameFromNodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected