Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
KeyValue.php
function KeyValue::hasValue
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Common/
V1/
KeyValue.php
, line 74
Class
KeyValue
KeyValue is a key-value pair that is used to store Span attributes, Link attributes, etc.
Namespace
Opentelemetry\Proto\Common\V1
Code
public
function
hasValue
() {
return
isset
(
$this
->
value
); }
RSS feed