MCPcopy Create free account
hub / github.com/e2b-dev/surf / getScaledResolution

Method getScaledResolution

lib/streaming/resolution.ts:64–66  ·  view source on GitHub ↗

* Get the scaled resolution used for model interactions * * @returns The scaled resolution as [width, height]

()

Source from the content-addressed store, hash-verified

62 * @returns The scaled resolution as [width, height]
63 */
64 public getScaledResolution(): [number, number] {
65 return this.scaledResolution;
66 }
67
68 /**
69 * Get the scale factor between original and scaled resolutions

Callers 2

runResolutionScalerTestsFunction · 0.95
testSmallTargetEdgeCasesFunction · 0.95

Calls

no outgoing calls

Tested by 2

runResolutionScalerTestsFunction · 0.76
testSmallTargetEdgeCasesFunction · 0.76