MCPcopy Index your code
hub / github.com/TruthHun/BookStack / def

Function def

static/vuejs/vue.runtime.esm.js:365–372  ·  view source on GitHub ↗

* Define a property.

(obj, key, val, enumerable)

Source from the content-addressed store, hash-verified

363 * Define a property.
364 */
365function def (obj, key, val, enumerable) {
366 Object.defineProperty(obj, key, {
367 value: val,
368 enumerable: !!enumerable,
369 writable: true,
370 configurable: true
371 });
372}
373
374/**
375 * Parse simple path.

Callers 3

vue.runtime.esm.jsFile · 0.70
ObserverFunction · 0.70
copyAugmentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected