MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / variableName

Method variableName

src/mibase.ts:23–25  ·  view source on GitHub ↗
(handle: number, name: string)

Source from the content-addressed store, hash-verified

21 }
22
23 public static variableName (handle: number, name: string): string {
24 return `var_${handle}_${name}`;
25 }
26}
27
28export enum RunCommand { CONTINUE, RUN, NONE }

Callers 2

setVariableRequestMethod · 0.80
variablesRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected