Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
381
def
java_for(command, user):
382
name = command[
'name'
]
383
cns = user_to_cns[user]
384
return
''
&
#x27;%(cns)s.add("%(name)s");
385
''
&
#x27; % locals()
386
387
388
def
java_for_user(user):
Callers
1
java_for_user
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected