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

Method release

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

Source from the content-addressed store, hash-verified

40 }
41
42 release() {
43 for (const state of this.states) {
44 this.removeState(state);
45 }
46 }
47
48 addState(state: string) {
49 if (!this.states.has(state)) {

Callers

nothing calls this directly

Calls 1

removeStateMethod · 0.95

Tested by

no test coverage detected