Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getName
Method
getName
classpath/java/lang/reflect/Field.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
public
String getName() {
60
return
getName(vmField);
61
}
62
63
public
static
String getName(VMField vmField) {
64
return
Classes.makeString(vmField.name, 0, vmField.name.length - 1);
Callers
2
set
Method · 0.95
classDesc
Method · 0.95
Calls
1
makeString
Method · 0.95
Tested by
no test coverage detected