Module: Temporalio::Internal::GoogleProtobuf
- Defined in:
- lib/temporalio/internal/google_protobuf.rb
Class Method Summary collapse
Class Method Details
.in_call_stack?(locations) ⇒ Boolean
6 7 8 |
# File 'lib/temporalio/internal/google_protobuf.rb', line 6 def self.in_call_stack?(locations) locations&.any? { |loc| loc.path&.include?('google/protobuf/') } || false end |