Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ahmadawais/corona-cli
/ constructor
Method
constructor
utils/JsonOutput.js:2–5 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
1
class
JsonOutput {
2
constructor(options) {
3
this.options = options;
4
this.values = [];
5
}
6
7
get asObject() {
8
return
this.values.map(values => {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected