MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / string_contains

Function string_contains

node-graph/nodes/text/src/lib.rs:517–534  ·  view source on GitHub ↗
(
	_: impl Ctx,
	/// The string to search within.
	string: String,
	/// The substring to search for.
	substring: String,
	/// Only match if the substring appears at the start of the string.
	at_start:

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

starts_withMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected