MCPcopy Create free account
hub / github.com/chakra-ui/panda / constructor

Method constructor

packages/node/src/diff-engine.ts:8–10  ·  view source on GitHub ↗
(private ctx: Generator)

Source from the content-addressed store, hash-verified

6 private prevConfig: Config | undefined
7
8 constructor(private ctx: Generator) {
9 this.prevConfig = ctx.conf.deserialize()
10 }
11
12 /**
13 * Reload config from disk and refresh the context

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected