MCPcopy Index your code
hub / github.com/microsoft/SandDance / groupEncode

Function groupEncode

docs/app/js/sanddance-app.js:148616–148636  ·  view source on GitHub ↗
(_, userEncode)

Source from the content-addressed store, hash-verified

148614 }, encode);
148615}
148616function groupEncode(_, userEncode) {
148617 const encode = {
148618 enter: {},
148619 update: {}
148620 };
148621 addEncoders(encode, {
148622 orient: _("orient"),
148623 anchor: _("anchor"),
148624 align: {
148625 signal: alignExpr$1
148626 },
148627 angle: {
148628 signal: angleExpr
148629 },
148630 limit: _("limit"),
148631 frame: _("frame"),
148632 offset: _("offset") || 0,
148633 padding: _("subtitlePadding")
148634 });
148635 return extendEncode(encode, userEncode, Skip);
148636}
148637function buildTitle(spec, _, userEncode, dataRef) {
148638 const zero1 = {
148639 value: 0

Callers 1

parseTitleFunction · 0.70

Calls 3

addEncodersFunction · 0.70
_Function · 0.70
extendEncodeFunction · 0.70

Tested by

no test coverage detected