MCPcopy Create free account
hub / github.com/argotorg/solidity / astFilename

Method astFilename

test/libsolidity/ASTJSONTest.h:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 std::string astFilename() const
54 {
55 return std::string(baseName) +
56 (name().empty() ? "" : "_") +
57 name() +
58 ".json";
59 }
60
61 std::string baseName;
62 CompilerStack::State stopAfter;

Callers 3

generateTestVariantsMethod · 0.80

Calls 2

nameFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected