Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ sourceIsText
Method
sourceIsText
src/test/java/com/amazon/ion/ReaderMaker.java:250–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
248
249
250
public
boolean sourceIsText()
251
{
252
return
myFeatures.contains(Feature.TEXT);
253
}
254
255
public
boolean sourceIsBinary()
256
{
Callers
2
prepare
Method · 0.45
testHoistingAcrossSymbolTableBoundary
Method · 0.45
Calls
1
contains
Method · 0.65
Tested by
no test coverage detected