MCPcopy
hub / github.com/subquery/subql / set

Function set

packages/node-core/src/configure/ProjectUpgrade.service.ts:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72): P & IProjectUpgradeService<P> {
73 return new Proxy<P & IProjectUpgradeService<P>>(upgradeService as any, {
74 set() {
75 // Everything is read-only unless updated via function
76 return false;
77 },
78 get(target, prop, receiver) {
79 const project = target.currentProject;
80 if (project[prop as keyof P]) {

Callers 1

schemaListenerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected