find_model_by_name


Description:

public ModelUsage? find_model_by_name (string model_name)

Finds a ModelUsage by model name across all connections.

Only searches models from working connections (is_working = true). Returns the first match found.

Parameters:

model_name

The model name to search for

Returns:

The ModelUsage if found, null otherwise