MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / ExampleWithSetEscapeHTML

Function ExampleWithSetEscapeHTML

lambda/example_test.go:57–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func ExampleWithSetEscapeHTML() {
58 lambda.StartWithOptions(
59 func() (string, error) {
60 return "<html><body>hello!</body></html>", nil
61 },
62 lambda.WithSetEscapeHTML(true),
63 )
64}
65
66func ExampleWithSetIndent() {
67 lambda.StartWithOptions(

Callers

nothing calls this directly

Calls 2

StartWithOptionsFunction · 0.92
WithSetEscapeHTMLFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…