Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ value
Method
value
build-system/server/new-server/transforms/utilities/lazy.ts:9–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
public value(): T {
10
if
(this.value_ == undefined) {
11
this.value_ = this.initializer_();
12
}
13
return
this.value_;
14
}
15
}
Callers
15
prependAmpStyles
Function · 0.80
changeVisibility
Function · 0.80
test-visibility-states.js
File · 0.80
test-friendly-iframe-embed.js
File · 0.80
test-ini-load.js
File · 0.80
test-resource.js
File · 0.80
test-element-service.js
File · 0.80
test-loading-indicator.js
File · 0.80
test-viewport-binding.js
File · 0.80
test-display-observer.js
File · 0.80
test-size-observer.js
File · 0.80
mockMode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected