MCPcopy
hub / github.com/razorjack/quicksand / functionList

Function functionList

jquery.transform2d.js:521–523  ·  view source on GitHub ↗
( transform )

Source from the content-addressed store, hash-verified

519}
520
521function functionList( transform ) {
522 return transform.replace(/(?:\([^)]*\))|\s/g, "");
523}
524
525function append( arr1, arr2, value ) {
526 while ( value = arr2.shift() ) {

Callers 1

interpolationListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…