Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benjamine/jsondiffpatch
/ remove
Method
remove
packages/jsondiffpatch/src/pipe.ts:90–94 ·
view source on GitHub ↗
(filterName: string)
Source
from the content-addressed store, hash-verified
88
}
89
90
remove(filterName: string) {
91
const
index = this.indexOf(filterName);
92
this.filters.splice(index, 1);
93
return
this;
94
}
95
96
clear() {
97
this.filters.length = 0;
Callers
3
index.spec.ts
File · 0.80
showUnchanged
Function · 0.80
demo.ts
File · 0.80
Calls
1
indexOf
Method · 0.95
Tested by
no test coverage detected