MCPcopy Create free account
hub / github.com/Marus/cortex-debug / close

Method close

src/frontend/swo/decoders/binary.ts:119–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 public close() {
120 if (this.logFd >= 0) {
121 fs.closeSync(this.logFd);
122 this.logFd = -1;
123 }
124 }
125}

Callers 1

disposeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected