MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / get

Method get

modules/data/headers/headers.js:25–27  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

23 return super.delete(key.toString().toLowerCase());
24 }
25 get(key) {
26 return super.get(key.toString().toLowerCase());
27 }
28 has(key) {
29 return super.has(key.toString().toLowerCase());
30 }

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected