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

Function isReserved

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

* Check if a string starts with $ or _

(str)

Source from the content-addressed store, hash-verified

355 * Check if a string starts with $ or _
356 */
357function isReserved (str) {
358 var c = (str + '').charCodeAt(0);
359 return c === 0x24 || c === 0x5F
360}
361
362/**
363 * Define a property.

Callers 1

initDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected