Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SteffMet/tabby-vscode-agent
/ getCleanupScript
Method
getCleanupScript
src/tools/shell-strategy.ts:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
getCleanupScript(): string {
74
return
`precmd_functions=(); unset __tpc; unset __TM;`;
75
}
76
77
getSetupScript(startMarker: string, endMarker: string): string {
78
const
cleanup = this.getCleanupScript();
Callers
1
getSetupScript
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected