MCPcopy Create free account
hub / github.com/GCWing/BitFun / is_blank_text

Function is_blank_text

src/apps/desktop/src/api/agentic_api.rs:1254–1256  ·  view source on GitHub ↗
(value: Option<&String>)

Source from the content-addressed store, hash-verified

1252}
1253
1254fn is_blank_text(value: Option<&String>) -> bool {
1255 value.map(|s| s.trim().is_empty()).unwrap_or(true)
1256}
1257
1258fn resolve_missing_image_payloads(
1259 image_contexts: Vec<ImageContextData>,

Callers 1

Calls 2

trimMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected