Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ getSource
Method
getSource
storm-client/src/jvm/org/apache/storm/streams/Edge.java:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
public
Node getSource() {
30
return
source;
31
}
32
33
public
Node getTarget() {
34
return
target;
Callers
1
getParents
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected