yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::internal Namespace Reference

Functions

template<size_t N>
void CopyStringToBuffer (const std::string &src, char(&dest)[N])
 
std::optional< std::string > LoadKeychainValue (const std::string &key)
 
std::string ResolveHostApiKey (const UserSettings::Preferences *prefs, const UserSettings::Preferences::AiHost &host)
 
void ApplyHostPresetToProfile (AgentEditor::BotProfile *profile, const UserSettings::Preferences::AiHost &host, const UserSettings::Preferences *prefs)
 

Function Documentation

◆ CopyStringToBuffer()

◆ LoadKeychainValue()

std::optional< std::string > yaze::editor::internal::LoadKeychainValue ( const std::string & key)
inline

Definition at line 29 of file agent_editor_internal.h.

Referenced by ResolveHostApiKey().

◆ ResolveHostApiKey()

◆ ApplyHostPresetToProfile()