MCPcopy 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

1export function fileExtension(info: { CompilerVersion: string }) {
2 if (info.CompilerVersion.startsWith("vyper:")) return ".vy";
3 return ".sol";
4}

Callers 2

getMainContractFileFunction · 0.90
fetchFilesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected