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

Method comment

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

Source from the content-addressed store, hash-verified

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(); }
243 bool expectInContext(ExecutionContext context) const override { return annotations.expectContext(context); }

Callers 3

verifyMethod · 0.80
printXMLMethod · 0.80
printJSONMethod · 0.80

Calls 1

valueClass · 0.85

Tested by

no test coverage detected