MCPcopy Index your code
hub / github.com/processing/processing / functionable

Method functionable

app/src/processing/app/ui/Editor.java:2282–2284  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

2280
2281
2282 protected boolean functionable(char c) {
2283 return (c == '_') || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z');
2284 }
2285
2286
2287 /**

Callers 1

referenceCheckMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected