MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / isString

Function isString

Scripts/ace/worker-javascript.js:2535–2537  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

2533 }
2534
2535 function isString(obj) {
2536 return Object.prototype.toString.call(obj) === "[object String]";
2537 }
2538
2539 function isIdentifier(tkn, value) {
2540 if (!tkn)

Callers 1

itselfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected