Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebReflection/neverland
/ view
Function
view
cjs/index.js:121–123 ·
view source on GitHub ↗
(entry, {type, template, values})
Source
from the content-addressed store, hash-verified
119
};
120
121
const
view = (entry, {
type
, template, values}) =>
122
(
type
===
'svg'
? $svg : $html)
123
.
for
(entry,
type
)(template, ...values);
124
125
function
Hook(fn, args) {
126
this.fn = fn;
Callers
1
createHook
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected