Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ textConstant
Function
textConstant
external/.d3.js:4848–4852 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
4846
}
4847
4848
function
textConstant(value) {
4849
return
function
() {
4850
this.textContent = value;
4851
};
4852
}
4853
4854
function
textFunction(value) {
4855
return
function
() {
Callers
1
transition_text
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected