MCPcopy Create free account
hub / github.com/NetEase/tango / cleanCode

Method cleanCode

packages/core/src/models/file.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33
34 get cleanCode() {
35 return this._cleanCode;
36 }
37
38 constructor(workspace: IWorkspace, props: IFileConfig, isSyncCode = true) {
39 this.workspace = workspace;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected