MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isReserved

Function isReserved

static/vuejs/vue.runtime.common.js:359–362  ·  view source on GitHub ↗

* Check if a string starts with $ or _

(str)

Source from the content-addressed store, hash-verified

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

Callers 1

initDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected