Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/binux/qiandao
/ objectToString
Function
objectToString
web/static/node_components.js:3370–3372 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
3368
exports.isBuffer = require(
'./support/isBuffer'
);
3369
3370
function
objectToString(o) {
3371
return
Object.prototype.toString.call(o);
3372
}
3373
3374
3375
function
pad(n) {
Callers
3
isRegExp
Function · 0.85
isDate
Function · 0.85
isError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected