MCPcopy
hub / github.com/tinode/chat / expand

Method expand

tn-cli/macros.py:31–33  ·  view source on GitHub ↗

Expands the macro to a list of basic Tinode CLI commands.

(self, id, cmd, args)

Source from the content-addressed store, hash-verified

29 pass
30
31 def expand(self, id, cmd, args):
32 """Expands the macro to a list of basic Tinode CLI commands."""
33 pass
34
35 def run(self, id, cmd, args):
36 """Expands the macro and returns the list of commands to actually execute to the caller

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected