MCPcopy Create free account
hub / github.com/microsoft/SandDance / attr3

Function attr3

docs/app/js/sanddance-app.js:124008–124011  ·  view source on GitHub ↗
(name, value8)

Source from the content-addressed store, hash-verified

124006 }
124007 stack.push(tag);
124008 }, attr3 = (name, value8)=>{
124009 if (value8 != null) outer += ` ${name}="${attrText(value8)}"`;
124010 return m;
124011 }, m = {
124012 open (tag, ...attrs) {
124013 push(tag);
124014 outer = "<" + tag;

Callers 1

openFunction · 0.70

Calls 1

attrTextFunction · 0.70

Tested by

no test coverage detected