MCPcopy
hub / github.com/eggjs/egg / render

Method render

test/lib/core/view.test.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 it('should register success', () => {
20 class View {
21 async render() {
22 return '';
23 }
24 async renderString() {
25 return '';
26 }

Callers 1

index.test-d.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected