MCPcopy
hub / github.com/nodeWechat/wechat4u / isSatisfy

Function isSatisfy

src/interface/contact.js:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 keyword = keyword.toUpperCase()
92
93 let isSatisfy = key => (key || '').toUpperCase().indexOf(keyword) >= 0
94 return (
95 isSatisfy(this.RemarkName) ||
96 isSatisfy(this.RemarkPYQuanPin) ||

Callers 1

contact.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected