Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeetCode-OpenSource/ayanami
/ ErrorModel1
Class
ErrorModel1
test/specs/ssr.spec.tsx:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
function generateException1() {
145
@SSRModule(
'1'
)
146
class ErrorModel1 extends Ayanami<any> {
147
defaultState = {}
148
}
149
150
return ErrorModel1
151
}
Callers
nothing calls this directly
Calls
1
SSRModule
Function · 0.90
Tested by
no test coverage detected