Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/koajs/koa
/ inspect
Method
inspect
lib/application.js:138–140 ·
view source on GitHub ↗
* Inspect implementation. * * @return {Object} * @api public
()
Source
from the content-addressed store, hash-verified
136
*/
137
138
inspect () {
139
return
this.toJSON()
140
}
141
142
/**
143
* Use the given middleware `fn`.
Callers
5
inspect.test.js
File · 0.80
inspect.test.js
File · 0.80
inspect.test.js
File · 0.80
message.test.js
File · 0.80
inspect.test.js
File · 0.80
Calls
1
toJSON
Method · 0.95
Tested by
no test coverage detected