MCPcopy
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.tsFile · 0.80
showUnchangedFunction · 0.80
demo.tsFile · 0.80

Calls 1

indexOfMethod · 0.95

Tested by

no test coverage detected