MCPcopy
hub / github.com/webpack/webpack / keys

Method keys

module.d.ts:158–158  ·  module.d.ts::Context.keys
()

Source from the content-addressed store, hash-verified

156 interface Context {
157 resolve(dependency: string): string | number;
158 keys(): Array<string>;
159 id: string | number;
160 (dependency: string): unknown;
161 }

Callers 15

updateEventSourceFunction · 0.65
stringifyObjFunction · 0.65
toCacheVersionFunction · 0.65
walkDefinitionsMethod · 0.65
getMethod · 0.65
applyMethod · 0.65
readableIdentifierMethod · 0.65
createModulesListMessageFunction · 0.65
applyMethod · 0.65
constructorMethod · 0.65

Calls

no outgoing calls

Tested by 1

updateSrcFunction · 0.52