MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / append

Method append

packages/vscode-shim/src/classes/Additional.ts:81–83  ·  view source on GitHub ↗
(parts: string)

Source from the content-addressed store, hash-verified

79 constructor(public value: string) {}
80
81 append(parts: string): CodeActionKind {
82 return new CodeActionKind(this.value ? `${this.value}.${parts}` : parts)
83 }
84
85 intersects(other: CodeActionKind): boolean {
86 return this.contains(other) || other.contains(this)

Callers 6

clerkSignInMethod · 0.45
clerkLogoutMethod · 0.45
backfillMessagesMethod · 0.45
Additional.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected