Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthonyshort/deku
/ setTitle
Function
setTitle
test/dom/index.js:1291–1293 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
1289
}
1290
1291
function
setTitle(string) {
1292
app.set(
'title'
, string);
1293
}
1294
1295
app.set(
'title'
,
'Hello World'
)
1296
app.set(
'setTitle'
, setTitle)
Callers
nothing calls this directly
Calls
1
set
Method · 0.80
Tested by
no test coverage detected