MCPcopy
hub / github.com/tensorflow/playground / endsWith

Function endsWith

src/state.ts:60–62  ·  view source on GitHub ↗
(s: string, suffix: string)

Source from the content-addressed store, hash-verified

58}
59
60function endsWith(s: string, suffix: string): boolean {
61 return s.substr(-suffix.length) === suffix;
62}
63
64function getHideProps(obj: any): string[] {
65 let result: string[] = [];

Callers 2

getHidePropsFunction · 0.85
getHiddenPropsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…