MCPcopy Create free account
hub / github.com/apple/foundationdb / line

Method line

flow/include/flow/CodeProbe.h:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238 const char* filePath() const override { return FileName::value(); }
239 unsigned line() const override { return Line; }
240 const char* comment() const override { return Comment::value(); }
241 const char* condition() const override { return Condition::value(); }
242 const char* compilationUnit() const override { return CompUnit::value(); }

Callers 4

addMethod · 0.80
verifyMethod · 0.80
printJSONMethod · 0.80
operator==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected