MCPcopy Create free account
hub / github.com/DentonW/DevIL / find

Method find

DevIL-docs/DocBuilder.java:662–664  ·  view source on GitHub ↗
( String str, String param )

Source from the content-addressed store, hash-verified

660
661 // Find utility functions
662 public static final int find( String str, String param ) {
663 return find( str, 0, param );
664 }
665
666 public static final int find( String str, int start_from, String param ) {
667 int idxs = start_from; // index of the string

Callers 1

convMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected