MCPcopy Create free account
hub / github.com/JPeer264/node-rcs-core / isValidSelector

Method isValidSelector

lib/attributeLibrary.ts:166–168  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

164 }
165
166 isValidSelector(selector: string): boolean {
167 return selector.charAt(0) === this.selectorFirstChar();
168 }
169
170 // Prepare the value to store in the mapping
171 prepareValue(

Callers 4

prepareValueMethod · 0.95
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected