MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / GetLineNum

Method GetLineNum

src/twparser/parserobjects.h:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 return mstrValue;
103 };
104 int GetLineNum() const
105 {
106 return mLineNum;
107 };
108 void SetValue(const TSTRING& str)
109 {
110 mstrValue = str;

Callers 2

CreateFCOSpecsMethod · 0.80
util_GetRecurseDepthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected