MCPcopy Create free account
hub / github.com/apache/cloudstack / java_for

Function java_for

tools/apidoc/gen_toc.py:381–385  ·  view source on GitHub ↗
(command, user)

Source from the content-addressed store, hash-verified

379
380
381def java_for(command, user):
382 name = command['name']
383 cns = user_to_cns[user]
384 return '''%(cns)s.add("%(name)s");
385''' % locals()
386
387
388def java_for_user(user):

Callers 1

java_for_userFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected