Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FamilySearch/gedcom5-java
/ accept
Method
accept
src/main/java/org/folg/gedcom/model/Note.java:109–114 ·
view source on GitHub ↗
(Visitor visitor)
Source
from the content-addressed store, hash-verified
107
}
108
109
public
void
accept(Visitor visitor) {
110
if
(visitor.visit(this)) {
111
this.visitContainedObjects(visitor);
112
visitor.endVisit(this);
113
}
114
}
115
}
Callers
nothing calls this directly
Calls
3
visitContainedObjects
Method · 0.95
visit
Method · 0.45
endVisit
Method · 0.45
Tested by
no test coverage detected