MCPcopy
hub / github.com/ChatGPTNextWeb/NextChat / get

Function get

app/store/sd.ts:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 DEFAULT_SD_STATE,
44 (set, _get) => {
45 function get() {
46 return {
47 ..._get(),
48 ...methods,
49 };
50 }
51
52 const methods = {
53 getNextId() {

Callers 15

enabledAccessControlFunction · 0.70
getVisionModelsFunction · 0.70
edgeVoiceNameFunction · 0.70
isValidOpenAIFunction · 0.70
isValidAzureFunction · 0.70
isValidGoogleFunction · 0.70
isValidAnthropicFunction · 0.70
isValidBaiduFunction · 0.70
isValidByteDanceFunction · 0.70
isValidAlibabaFunction · 0.70
isValidTencentFunction · 0.70
isValidMoonshotFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected