MCPcopy Create free account
hub / github.com/expo/eas-cli / serialize

Method serialize

packages/steps/src/BuildStepOutput.ts:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public serialize(): SerializedBuildStepOutput {
76 return {
77 id: this.id,
78 stepDisplayName: this.stepDisplayName,
79 required: this.required,
80 value: this._value,
81 };
82 }
83
84 public static deserialize(serialized: SerializedBuildStepOutput): BuildStepOutput {
85 const deserialized = new BuildStepOutput(undefined, {

Callers 4

createCustomFunctionCallFunction · 0.45
BuildStep-test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected