Method
intern
Returns a String that is equal to this String but which is guaranteed to be from the unique String pool. For example: s1.intern() == s2.intern() <=> s1.equals(s2).
()
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Callers
nothing calls this directly
Tested by
no test coverage detected