MCPcopy Create free account
hub / github.com/PageBot/PageBot / getJs

Method getJs

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:386–388  ·  view source on GitHub ↗

Answers the flat string of JS.

(self)

Source from the content-addressed store, hash-verified

384 self._copyPaths.append(path)
385
386 def getJs(self):
387 """Answers the flat string of JS."""
388 return ''.join(self._jsOut)
389
390 def writeJs(self, path):
391 """Write the collected set of css JS to path."""

Callers 2

writeJsMethod · 0.95
write_javascriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected