Files
ragflow/internal/service/graph/testutil_test.go

4 lines
59 B
Go
Raw Normal View History

package graph
func strPtr(s string) *string { return &s }