Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateTestVariants
Method · 0.80
validateTestConfiguration
Method · 0.80
printUpdatedExpectations
Method · 0.80
Calls
2
name
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected