Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Vincit/objection.js
/ isString
Function
isString
lib/utils/objectUtils.js:38–40 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
36
}
37
38
function
isString(value) {
39
return
typeof value ===
'string'
;
40
}
41
42
function
isNumber(value) {
43
return
typeof value ===
'number'
;
Callers
15
resolveModel
Function · 0.85
createModifier
Function · 0.85
isSafeKey
Function · 0.85
message
Function · 0.85
parseJsonAttributes
Function · 0.85
getTableName
Method · 0.85
ensureRelation
Function · 0.85
visitStrings
Function · 0.85
getTableName
Function · 0.85
tableNameFor
Method · 0.85
aliasFor
Method · 0.85
buildFunctionForOperationSelector
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected