Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ length
Method
length
src/com/sun/jna/NativeString.java:124–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
@Override
125
public
int
length() {
126
return
toString().length();
127
}
128
129
@Override
130
public
CharSequence subSequence(
int
start,
int
end) {
Callers
1
NativeString
Method · 0.45
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected