MCPcopy
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

prependAmpStylesFunction · 0.80
changeVisibilityFunction · 0.80
test-ini-load.jsFile · 0.80
test-resource.jsFile · 0.80
mockModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected