MCPcopy
hub / github.com/shuding/cobe / rename

Function rename

scripts/build.js:81–88  ·  view source on GitHub ↗
(object, prefix)

Source from the content-addressed store, hash-verified

79const arc = compileShaderPair('arc.glslx')
80
81function rename(object, prefix) {
82 return Object.fromEntries(
83 Object.entries(object).map(([key, value]) => [
84 prefix + key,
85 JSON.stringify(value),
86 ]),
87 )
88}
89
90esbuild
91 .build({

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…