Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ debug
Method
debug
src/Controllers/LoggerController.js:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
debug() {
145
return
this.log(
'debug'
, arguments);
146
}
147
148
silly() {
149
return
this.log(
'silly'
, arguments);
Callers
4
updateSchema
Method · 0.80
_onAfterDelete
Method · 0.80
_onAfterSave
Method · 0.80
LoggerController.spec.js
File · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected