Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immich-app/immich
/ user
Interface
user
packages/plugin-sdk/src/host-functions.ts:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
declare module
'extism:host'
{
10
interface
user extends Record<
11
(typeof availableFunctions)[number],
12
(ptr: PTR) => I64
13
> {}
14
}
15
16
type
AlbumsToAssets = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected