MCPcopy Index your code
hub / github.com/totaljs/framework / view_parse_plus

Function view_parse_plus

internal.js:2056–2059  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

2054}
2055
2056function view_parse_plus(builder) {
2057 var c = builder[builder.length - 1];
2058 return c !== '!' && c !== '?' && c !== '+' && c !== '.' && c !== ':';
2059}
2060
2061function view_prepare(command, dynamicCommand, functions, controller, components) {
2062

Callers 1

view_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected