From 4e87195739f2a5d9a05451b48773c8afdc680765 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Sun, 24 Sep 2023 23:22:21 +1000 Subject: Initial commit (by create-cloudflare CLI) --- node_modules/capnp-ts/src/std/persistent.capnp.ts | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 node_modules/capnp-ts/src/std/persistent.capnp.ts (limited to 'node_modules/capnp-ts/src/std/persistent.capnp.ts') diff --git a/node_modules/capnp-ts/src/std/persistent.capnp.ts b/node_modules/capnp-ts/src/std/persistent.capnp.ts new file mode 100644 index 0000000..e0920a5 --- /dev/null +++ b/node_modules/capnp-ts/src/std/persistent.capnp.ts @@ -0,0 +1,36 @@ +/** + * This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to + * compiled output. + */ + +import * as capnp from "../index"; +import { ObjectSize as __O, Struct as __S } from "../index"; +export const _capnpFileId = "b8630836983feed7"; +export class Persistent_SaveParams extends __S { + static readonly _capnp = { displayName: "SaveParams", id: "f76fba59183073a5", size: new __O(0, 1) }; + adoptSealFor(value: capnp.Orphan): void { __S.adopt(value, __S.getPointer(0, this)); } + disownSealFor(): capnp.Orphan { return __S.disown(this.getSealFor()); } + getSealFor(): capnp.Pointer { return __S.getPointer(0, this); } + hasSealFor(): boolean { return !__S.isNull(__S.getPointer(0, this)); } + setSealFor(value: capnp.Pointer): void { __S.copyFrom(value, __S.getPointer(0, this)); } + toString(): string { return "Persistent_SaveParams_" + super.toString(); } +} +export class Persistent_SaveResults extends __S { + static readonly _capnp = { displayName: "SaveResults", id: "b76848c18c40efbf", size: new __O(0, 1) }; + adoptSturdyRef(value: capnp.Orphan): void { __S.adopt(value, __S.getPointer(0, this)); } + disownSturdyRef(): capnp.Orphan { return __S.disown(this.getSturdyRef()); } + getSturdyRef(): capnp.Pointer { return __S.getPointer(0, this); } + hasSturdyRef(): boolean { return !__S.isNull(__S.getPointer(0, this)); } + setSturdyRef(value: capnp.Pointer): void { __S.copyFrom(value, __S.getPointer(0, this)); } + toString(): string { return "Persistent_SaveResults_" + super.toString(); } +} +export class Persistent extends __S { + static readonly SaveParams = Persistent_SaveParams; + static readonly SaveResults = Persistent_SaveResults; + static readonly _capnp = { displayName: "Persistent", id: "c8cb212fcd9f5691", size: new __O(0, 0) }; + toString(): string { return "Persistent_" + super.toString(); } +} +export class RealmGateway extends __S { + static readonly _capnp = { displayName: "RealmGateway", id: "84ff286cd00a3ed4", size: new __O(0, 0) }; + toString(): string { return "RealmGateway_" + super.toString(); } +} -- cgit v1.2.3