Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jarrettluo/all-docs
/ getData
Method
getData
src/main/java/com/jiaruiblog/entity/data/Event.java:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
Map<String, Object> getData() {
72
return
data;
73
}
74
75
public
Event setData(String key, Object value) {
76
this.data.put(key, value);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected