MCPcopy Create free account
hub / github.com/facebook/chisel / run

Method run

commands/FBClassDump.py:116–119  ·  view source on GitHub ↗
(self, arguments, options)

Source from the content-addressed store, hash-verified

114 ]
115
116 def run(self, arguments, options):
117 cls = getClassFromArgument(arguments[0], options.clsname)
118
119 printProperties(cls)
120
121
122class FBPrintBlock(fb.FBCommand):

Callers

nothing calls this directly

Calls 2

getClassFromArgumentFunction · 0.85
printPropertiesFunction · 0.85

Tested by

no test coverage detected