Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ main
Method
main
ch2/MethodCall.java:48–53 ·
view source on GitHub ↗
(HashMap map)
Source
from the content-addressed store, hash-verified
46
47
class
ModelController {
48
public
String main(HashMap map) {
49
map.put(
"id"
,
"asdf"
);
50
map.put(
"pwd"
,
"1111"
);
51
52
return
"txtView2"
;
53
}
54
}
55
56
[txtView1.txt]
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected