docs: Add rough notes about moving accounts around.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m14s

This commit is contained in:
2025-12-06 12:34:17 -05:00
parent 0df9796fb8
commit 759d5849ba
2 changed files with 26 additions and 0 deletions

View File

@@ -641,6 +641,14 @@ async function getProcessBlob(blobId, key, options) {
}
return process;
}
/**
* Get or create a process for an app blob.
* @param blobId The blob identifier.
* @param key A unique key for the invocation.
* @param options Other options.
* @return The process.
*/
exports.getProcessBlob = getProcessBlob;
/**