Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ fileExtension
Function
fileExtension
packages/ethereum-viewer/src/explorer/fileExtension.ts:1–4 ·
view source on GitHub ↗
(info: { CompilerVersion: string })
Source
from the content-addressed store, hash-verified
1
export
function
fileExtension(info: { CompilerVersion: string }) {
2
if
(info.CompilerVersion.startsWith(
"vyper:"
))
return
".vy"
;
3
return
".sol"
;
4
}
Callers
2
getMainContractFile
Function · 0.90
fetchFiles
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected