Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/deployd/deployd
/ isString
Function
isString
lib/internal-client.js:255–257 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
253
254
255
function
isString(arg) {
256
return
typeof arg ===
'string'
|| typeof arg ===
'number'
;
257
}
258
259
function
toString(arg) {
260
return
arg ? arg.toString() : null;
Callers
2
parseGetSignature
Function · 0.70
parsePostSignature
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected