MCPcopy
hub / github.com/codeaashu/claude-code / values

Method values

src/server/web/public/terminal.js:3612–3614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3610 } while (++i2 < this._array.length && this._getKey(this._array[i2]) === e3);
3611 }
3612 values() {
3613 return [...this._array].values();
3614 }
3615 _search(e3) {
3616 let t3 = 0, i3 = this._array.length - 1;
3617 for (; i3 >= t3; ) {

Callers 15

runFunction · 0.80
getActiveAgentsFromListFunction · 0.80
bashToolHasPermissionFunction · 0.80
findTeammateColorFunction · 0.80
resolveKeyWithChordStateFunction · 0.80
ChordInterceptorFunction · 0.80
getImagePasteIdsFunction · 0.80
ValidationErrorsListFunction · 0.80
getVisibleAgentTasksFunction · 0.80
CoordinatorTaskPanelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected