Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/SimDeck
/ markProviderExpired
Function
markProviderExpired
scripts/studio-provider-bridge.mjs:351–353 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
349
}
350
351
async
function
markProviderExpired() {
352
await
markProviderStatus(
"expired"
);
353
}
354
355
async
function
markProviderFailed(reason) {
356
if
(reason) {
Callers
1
studio-provider-bridge.mjs
File · 0.85
Calls
1
markProviderStatus
Function · 0.85
Tested by
no test coverage detected