MCPcopy Create free account
hub / github.com/dynjs/dynjs / isUnprintable

Method isUnprintable

src/main/java/org/dynjs/parser/js/TokenType.java:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 public boolean isUnprintable() {
157 return this.unprintable;
158 }
159
160 public String toString() {
161 return this.description;

Callers 1

getTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected