Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/imsun/gitment
/ isString
Function
isString
src/utils.js:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ LS_ACCESS_TOKEN_KEY } from
'./constants'
2
3
export
const
isString = s => toString.call(s) ===
'[object String]'
4
5
export
function
getTargetContainer(container) {
6
let
targetContainer
Callers
1
getTargetContainer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected