Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eggjs/egg
/ renderString
Method
renderString
test/lib/core/view.test.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
return
''
;
23
}
24
async
renderString() {
25
return
''
;
26
}
27
}
28
app.view.use(
'e'
, View);
29
// assert(app.view.has('e'));
Callers
1
index.test-d.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected