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

Function isWhitespace

static/vuejs/vue.runtime.common.js:1972–1974  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1970}
1971
1972function isWhitespace (node) {
1973 return node.isComment || node.text === ' '
1974}
1975
1976function resolveScopedSlots (
1977 fns

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected