MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isCopy

Method isCopy

packages/utils/src/cursor.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 isCopy() {
39 return this.states.has('copy');
40 }
41
42 release() {
43 for (const state of this.states) {

Callers

nothing calls this directly

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected