MCPcopy Create free account
hub / github.com/Jensenczx/CodeEveryday / strStr

Method strStr

108_strStr.java:8–25  ·  view source on GitHub ↗

Returns a index to the first occurrence of target in source, or -1 if target is not part of source. @param source string to be scanned. @param target string containing the sequence of characters to match.

(String source, String target)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected