MCPcopy Index your code
hub / github.com/Effect-TS/effect / MaxFieldSize

Class MaxFieldSize

packages/platform/src/Multipart.ts:716–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714 * @category fiber refs
715 */
716export class MaxFieldSize extends Context.Reference<MaxFieldSize>()("@effect/platform/Multipart/MaxFieldSize", {
717 defaultValue: constant(FileSystem.Size(10 * 1024 * 1024))
718}) {}
719
720/**
721 * @since 1.0.0

Callers

nothing calls this directly

Calls 1

constantFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…