MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / value

Function value

test/fixtures/foo.js:3849–3849  ·  view source on GitHub ↗
(name, val)

Source from the content-addressed store, hash-verified

3847 }
3848
3849 function value(name, val) { return factory(name, valueFn(val)); }
3850
3851 function constant(name, value) {
3852 assertNotHasOwnProperty(name, 'constant');

Callers

nothing calls this directly

Calls 2

factoryFunction · 0.85
valueFnFunction · 0.85

Tested by

no test coverage detected