Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus-react-native
/ handleGoToModelBrowser
Function
handleGoToModelBrowser
example/src/App.tsx:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
};
64
65
const handleGoToModelBrowser = () => {
66
setSelectedScreen(
'ModelBrowser'
);
67
};
68
69
const renderScreen = () => {
70
switch (selectedScreen) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected