MCPcopy Create free account
hub / github.com/codemix/graph / getParam

Method getParam

packages/graph/src/QueryContext.ts:89–91  ·  view source on GitHub ↗

* Get a specific parameter value. * @param name The parameter name (without $ prefix)

(name: string)

Source from the content-addressed store, hash-verified

87 * @param name The parameter name (without $ prefix)
88 */
89 public getParam(name: string): unknown {
90 return this.#params[name];
91 }
92
93 /**
94 * Check if a parameter exists.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected