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

Method expectInContext

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

Source from the content-addressed store, hash-verified

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); }
244 std::string function() const override { return functionNameFromInnerType(typeid(FileName).name()); }
245 bool deduplicate() const override { return annotations.deduplicate(); }
246

Callers 1

printJSONMethod · 0.80

Calls 1

expectContextMethod · 0.45

Tested by

no test coverage detected