MCPcopy Create free account
hub / github.com/totaljs/framework / process_nested

Function process_nested

internal.js:2848–2852  ·  view source on GitHub ↗
(css, name)

Source from the content-addressed store, hash-verified

2846}
2847
2848function process_nested(css, name) {
2849 css = css.trim();
2850 css = make_nested(css.substring(1, css.length - 1), name);
2851 return nested(css, name);
2852}
2853
2854function make_nested(css, name) {
2855

Callers 1

nestedFunction · 0.85

Calls 2

make_nestedFunction · 0.85
nestedFunction · 0.85

Tested by

no test coverage detected