MCPcopy
hub / github.com/esm-dev/esm.sh / Error

Method Error

internal/storage/storage_s3.go:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (e s3Error) Error() string {
100 if e.Message != "" {
101 return e.Code + ": " + e.Message
102 }
103 return e.Code
104}
105
106func (s3 *s3Storage) Stat(name string) (stat Stat, err error) {
107 if name == "" {

Callers 15

TidyFunction · 0.80
AddFunction · 0.80
addImportsFunction · 0.80
StatMethod · 0.80
GetMethod · 0.80
fetchImportMetaFunction · 0.80
transformSvelteFunction · 0.80
transformVueFunction · 0.80
StartFunction · 0.80
esmRouterFunction · 0.80
legacyESMFunction · 0.80
cjsModuleLexerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected