MCPcopy Create free account
hub / github.com/acking-you/static_flow / bootstrap_api_behavior_table

Method bootstrap_api_behavior_table

crates/store/src/lancedb_api.rs:321–325  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

319 }
320
321 async fn bootstrap_api_behavior_table(&self) -> Result<()> {
322 self.bootstrap_aux_table(&self.api_behavior_table, api_behavior_schema(), true)
323 .await?;
324 Ok(())
325 }
326
327 async fn bootstrap_aux_table(
328 &self,

Callers 1

bootstrap_tablesMethod · 0.80

Calls 2

api_behavior_schemaFunction · 0.85
bootstrap_aux_tableMethod · 0.80

Tested by

no test coverage detected