{"id":"host.storage--HostStorageJoin","name":"HostStorageJoin","owner":"yeho","package":"host.storage","kind":"function","signature":"external HostStorageJoin(text root, text segment) returns text","description":"Host storage join.","context":"Read and write bounded application storage through the host contract.","parameters":[{"name":"root","type":"text","description":"Supply root as text."},{"name":"segment","type":"text","description":"Supply segment as text."}],"returns":"text","members":[],"tags":["cpu","function","host","host.storage","source-example","storage","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/host/storage/storage.yh","line":41,"sha256":"3e3700536c764b1a475e76cef4245a94d6c188717b14a72d41a2a0464c122bdb"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use HostStorageJoin","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using host.storage\n\n// Read and write bounded application storage through the host contract.\ntext root = \"root\"\ntext segment = \"segment\"\ntext result = HostStorageJoin(root, segment)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.host_storage__hoststoragejoin\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"host.storage\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/storage\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"6290ee6df182514e4c876889c22a59932189139985b0755e3605f5e2cd5a8b7d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=host.storage--HostStorageJoin","json":"https://demonhunterlabs.com/reference/items/host.storage--HostStorageJoin.json","markdown":"https://demonhunterlabs.com/reference/text/host.storage--HostStorageJoin.md"}
